home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 21 / Mac Magazin and MacEasy Magazine CD - Issue 21.iso / Wissenschaft & Technik / yorick12vr1-ppc folder / startup / stdx.i < prev    next >
Text File  |  1995-07-26  |  762b  |  20 lines

  1. /*
  2.     STDX.I
  3.     Perform any post-initialization tasks.
  4.  
  5.     $Id: stdx.i,v 1.1 1993/08/27 18:32:09 munro Exp $
  6.  
  7.     When Yorick starts, std.i is included, then any pkg.i files for
  8.     compiled-in packages, then this file stdx.i, and finally
  9.     the user customization file custom.i.
  10.     For now, the only thing which must be done here is the critical job
  11.     changing from the startup search path YORICK_PATH to the normal
  12.     include file search path (which, among other things, allows custom.i
  13.     to be found).  This path can be overridden from custom.i, which
  14.     runs after this.
  15. */
  16. /*    Copyright (c) 1994.  The Regents of the University of California.
  17.                     All rights reserved.  */
  18.  
  19. set_path;   /* set compiled-in default include path */
  20.